home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-08 | 837 b | 28 lines | [TEXT/MPS ] |
- #########################################################################################
- #
- # makefile - make rules for NamerUTIL
- #
- # Written by Bryan K. Ressler (Beaker), 10/8/91
- #
- #########################################################################################
-
- # set up variables that describe the UTIL's ID and resource space base ID
- UTILID = 150
- ResSpace = 18300
- UTILName = "Rename Printer…"
-
- COptions = -b -mbg full -sym off -r
- AOptions = -d ResSpace={ResSpace}
- LOptions = -sym off
- ROptions = -a -d ResSpace={ResSpace}
- Objects = UTILHead.a.o NamerUTIL.c.o "{Libraries}Interface.o"
-
- LWFU ƒ LWFU.bak {Objects} NamerUTIL.r Makefile
- Duplicate -y LWFU.bak LWFU
- Rez {ROptions} -o LWFU NamerUTIL.r
- Link {LOptions} ∂
- -rt UTIL={UTILID} ∂
- -sn Main={UTILName} ∂
- -o LWFU {Objects}
- Beep 1c,5 1e,5 1g,5 2c,5 2c,5,0 1g,5 2c,10
-